Skip to content

BIFs: bnot: add support to boxed integers #1743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

bettio
Copy link
Collaborator

@bettio bettio commented Jul 8, 2025

bnot was missing support to boxed integers, so it wasn't supporting integers > 28 bits on 32 bit systems, and > 60 bits on 64 bit systems.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

@bettio bettio changed the title BIFs: bnot: add support to boxed integers WIP: BIFs: bnot: add support to boxed integers Jul 8, 2025
@bettio bettio force-pushed the fix-bnot-missing-boxed-support branch from 38c0126 to dd3387d Compare July 21, 2025 14:30
@bettio bettio marked this pull request as ready for review July 21, 2025 14:36
@bettio bettio force-pushed the fix-bnot-missing-boxed-support branch from dd3387d to 714bf5d Compare July 21, 2025 14:38
@bettio bettio changed the title WIP: BIFs: bnot: add support to boxed integers BIFs: bnot: add support to boxed integers Jul 21, 2025
@bettio bettio requested a review from pguyot July 21, 2025 21:26
bnot was missing support to boxed integers, so it wasn't supporting
integers > 28 bits on 32 bit systems, and > 60 bits on 64 bit systems.

Signed-off-by: Davide Bettio <davide@uninstall.it>
@bettio bettio force-pushed the fix-bnot-missing-boxed-support branch from 714bf5d to 0f858c6 Compare July 21, 2025 23:40
@bettio bettio merged commit 38d2fca into atomvm:release-0.6 Jul 21, 2025
93 of 95 checks passed
bettio added a commit that referenced this pull request Jul 22, 2025
Merge fixes for bnot support to boxed integers (#1743) and stacktrace
with OP_APPLY_LAST (#1758).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants